home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / shell / dialog-0.6c < prev    next >
Encoding:
Text File  |  1996-11-16  |  1.8 KB  |  39 lines

  1. I have uploaded dialog-0.6c.tar.gz to sunsite. It should be moved
  2. to pub/Linux/utils/shell, I think.
  3. (It is also on susix.jura.uni-sb.de/pub/linux/source/libc/ncurses/.)
  4.  
  5. dialog is typically invoked from a shell script and puts nice
  6. yes-no/checklist/radio-button - menues on your screen.
  7. (Text is just passed on as arguments to dialog.)
  8.  
  9. Starting point for this new version was dialog-0.54 from the RedHat
  10. people. I reformatted the source code to be better readable :-),
  11. deleted some old code for old broken nurses-versions, moved code
  12. around to give it a better structure (better modularisation),
  13. made some small modifications (forgot which, but all were very minor).
  14. One goal was to have a library, which can also be used from normal
  15. C programs and maybe perl5 (any volunteer to show me how to do this?).
  16.  
  17. There are no new features and I also don't expect any compatibility
  18. problems with shell scripts written for previous releases.
  19. ("No known problems/bugs.")
  20.  
  21. Please use ncurses-1.9.4 or newer with this dialog release. It's really worth
  22. it. (prep.ai.mit.edu or ftp.netcom.com/pub/zm/zmbenhal/ncurses.)
  23. If you have problems compiling dialog, you might have to change the
  24. source code to use '<ncurses.h>' instead of the now used '<curses.h>'.
  25.  
  26. Thanks a lot,
  27.  
  28. Florian La Roche     florian@jurix.jura.uni-sb.de
  29.  
  30.  
  31. P.S.: I am currently working on a C program for my install disk.
  32.       At the moment, most things just have to be recoded from perl
  33.       to C. (Mainly calls to put nice menues on the screen.)
  34.       If anybody wants to help me, I'd be more than thankful.
  35.       (Apart from the install-disk hassel, my elf-distribution seems to
  36.       complete and working now. Just look on susix.jura.uni-sb.de/pub/linux.)
  37.       Current source for the C prog is in the dialog-0.6c source code...
  38.  
  39.